//==============================================================================
// War Ship.txt
//==============================================================================

//==============================================================================
define wake
{
   set hotspot
   {
      version
      {
         Visualparticle cinematic naval a boat walk
      }
   }
}

//==============================================================================
define wakewalk
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Small Boat Walk
      }
   }
}

//==============================================================================
define rippleidle
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Small Boat Idle
      }
   }
}

//==============================================================================
define rippledeath
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Small Boat Death
      }
   }
}

//==============================================================================
define Flash
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a ravenflash
      }
	}
}

//==============================================================================
define Fire
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a ravenfire
      }
	}
}

//==============================================================================
define bigsplash
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a boat splash Large
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual naval g catapult ship_idlea
			Connect ATTACHPOINT rippleidle hotspot
			Connect Righthand rippleidle hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual naval g catapult ship_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.20 true   
            tag FootstepRight 0.20 true   
//-- end auto generated section
			Connect ATTACHPOINT rippleidle hotspot
			Connect ATTACHPOINT wakewalk hotspot
			Connect Righthand rippleidle hotspot
			Connect Righthand wakewalk hotspot
         }
      }
   }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Naval G catapult ship_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.03 true   
               tag GenericSound 0.20 true   
               tag SpecificSoundSet 0.01 false PetrobolosAttack checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippleidle hotspot
			Connect Righthand rippleidle hotspot
					Length 4
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Naval G catapult ship_deathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.26 false ShipDeathSplash checkVisible 
            tag SpecificSoundSet 0.00 false ShipDeath checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
         }
      }
   }
}

//==============================================================================
anim Pickup
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Naval G catapult ship_SpecialdeathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.26 false ShipDeathSplash checkVisible 
            tag SpecificSoundSet 0.00 false ShipDeath checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
			Connect hotspot bigsplash hotspot
         }
      }
   }
}
